Add some more missing pieces of garmin_device_xml.
authorrobertl <robertl>
Wed, 25 Jun 2008 04:03:32 +0000 (04:03 +0000)
committerrobertl <robertl>
Wed, 25 Jun 2008 04:03:32 +0000 (04:03 +0000)
Makefile.in
garmin_device_xml.h

index 67f09078a484c1a474c38c3501c113299b872bf9..8a2c91931769ecb05e9a7e7416a30ffb55245e19 100644 (file)
@@ -43,7 +43,7 @@ INSTALL_DIR=$(DESTDIR)/$(PREFIX)
 # OTHER_ROOT=/sw               # Uncomment For Fink on OS X.
 
 MINIMAL_FMTS=magproto.o gpx.o geo.o mapsend.o mapsource.o garmin.o \
-       garmin_tables.o internal_styles.o nmea.o kml.o
+       garmin_device_xml.o garmin_tables.o internal_styles.o nmea.o kml.o
 
 ALL_FMTS=$(MINIMAL_FMTS) gtm.o gpsutil.o pcx.o cetus.o copilot.o \
        gpspilot.o magnav.o \
index d8b0392478110625c54e229f176c88f69404429c..bc90ecd873c06e43dc7f95badec13886a516eadf 100644 (file)
@@ -43,6 +43,8 @@ typedef struct {
 } gdx_info;
 
 const gdx_info* gdx_read(const char *fname);
+const gdx_info * gdx_get_info(void);
+const gdx_info * gdx_find_file(char **dirlist);
 
 // This is so gross.   By the time we know it's not a USB device
 // and could be one of our devices, we're so deep into the callstack